Create<TData>(DicomScp,TData,bool,BeforeAddTagDelegate) Method

Summary
Sends an N-CREATE-REQ to the SCP.
Syntax
C#
C++/CLI
public void Create<TData>( 
   DicomScp Scp, 
   TData Data, 
   bool ignoreClass, 
   BeforeAddTagDelegate beforeAdd 
) 
public: 
void Creategeneric<typename TData> 
(  
   DicomScp^ Scp, 
   _TData^_ Data, 
   bool ignoreClass, 
   BeforeAddTagDelegate^ beforeAdd 
)  

Parameters

Scp
The peer connection to send the N-CREATE-REQ to.

Data
The data to send in the N-CREATE-REQ.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-CREATE-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.